home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / a-g / fu / formulas / mandelspitzen.form < prev    next >
Encoding:
Text File  |  1995-12-21  |  221 b   |  30 lines

  1. MandelSpitzen
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-2.0
  6.         x2= 2.0
  7.         y1=-2.0
  8.         y2= 2.0
  9.         bailout=4.0
  10.     }
  11.     {
  12.         z=pixel
  13.         c=pixel
  14.     }
  15.     {
  16.         z=z*z
  17.         z=z+c
  18.         w1=imag(z)
  19.         w1=swap(w1)
  20.         w2=real(z)
  21.         w=w1*w2
  22.         w=abs(w)
  23.     }
  24.     {
  25.         w>bailout
  26.     }
  27.     {
  28.     }
  29. }
  30.